#=Only those parts of the program and data that are currently in active use need to be held in physical RAM. Other parts are then held in a pagefile. The page file can thus be seen as an overflow area to make the RAM behave as if it were larger than it is.
#=Windows does not clear or recreate the page file. On a heavily used system this can be both a security threat and performance drop. This tweak will cause Windows to clear the page file on shutdown.
#=Only users concerned about their privacy should turn on this feature.
#=\nNote: On some systems with large pagefile, this tweak could cause a delay at shutdown due to the additional time taken to clear the data from the file.